/*****网站内页，全局栏目头颜色设置－开始******/


/**网站地图**/
#ibdser { border-bottom:2px solid #1c88ec;color:#1c88ec;}

/**在线客服、留言板**/
#footsub {background-color:#1c88ec;}
.w_message {border: 1px solid #1c88ec;}
#m_top,#m_mid,#m_bot,.kf_btn,.hyperlink_b,.hyperlink_a {background-color:#1c88ec;}
.top_bg {border-top: 4px solid #1c88ec;}
/*****网站内页，全局栏目头颜色设置－结束******/

/*********不要删除上面的样式，内页公共样式*********/





h1,h2,h3,h4,h5,h6,p{margin: 0;padding: 0;}
.clear{clear: both;}
/*****内容区1200像素******/
@media (min-width: 768px) {
    .container {
        width:750px
    }
}
@media (min-width: 992px) {
    .container {
        width:970px
    }
}
@media (min-width: 1200px) {
    .container {
        width:1200px
    }
}



.rencai{padding: 50px 0;}


.rc-cont{}
.rc-cont ul{overflow: hidden;}
.rc-cont ul li{float: left;width: 25%;padding: 10px 20px;}
.rc-cont ul li a {display: block;text-align: center; padding: 30px 15px; border-radius: 10px;transition: all .5s;position: relative;top: 0;box-shadow: 1px 1px 3px #eee;}
.rc-cont ul li a .rc-img {width: 90px;height: 90px;margin: auto;display: flex;align-items: center;justify-content: center;}
.rc-cont ul li a .rc-img.img1{background: url(../images/rc-1.png)no-repeat center;background-size: 100%;}
.rc-cont ul li a .rc-img.img2{background: url(../images/rc-2.png)no-repeat center;background-size: 100%;}
.rc-cont ul li a .rc-img.img3{background: url(../images/rc-3.png)no-repeat center;background-size: 100%;}
.rc-cont ul li a .rc-img.img4{background: url(../images/rc-4.png)no-repeat center;background-size: 100%;}
.rc-cont ul li a .rc-img img{width: 0;transition: all .5s;}
.rc-cont ul li a .rc-txt{margin-top: 20px;}
.rc-cont ul li a .rc-txt h3 {font-size: 16px; line-height: 1;color: #000;}
.rc-cont ul li a .rc-txt hr { width: 30px;margin: 10px auto;border-top: 2px solid #134991;}
.rc-cont ul li a .rc-txt p {font-size: 14px;line-height: 1.2; color: #666;height: 30px;}
.rc-cont ul li a:hover{box-shadow: 1px 2px 3px #eaeaea;top: -5px;}
.rc-cont ul li a:hover .rc-img img{width: 100%;}


@media (min-width: 992px) and (max-width: 1200px){
  
  
  .rc-cont ul li{padding: 10px 15px;}
  
  
}

@media (max-width: 992px) {
  
  .rencai {padding: 30px 0;}
  .rc-cont ul li{padding: 5px 10px;}
  .rc-cont ul li a .rc-img{width: 70px;height: 70px;}
  .rc-cont ul li a .rc-txt {margin-top: 10px;}
  .rc-cont ul li a{padding: 20px 10px;}
  .rc-cont ul li a .rc-txt p{font-size: 12px;height: 36px;}
  
  
  
  
}

@media (max-width: 767px) {
  


}





.bt{text-align: center;margin-bottom: 30px;}

.bt hr {border-top: 2px solid #134991; margin: 15px auto;width: 40px;}
.bt p{font-size: 15px;line-height: 1;color: #666;}

.bt h3 {
    color: #134991;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: bold;
}



















/*产品*/
/* .fenlei{background: #134991;}

.fl-cont{}
.fl-cont ul {overflow: hidden;display: flex;flex-wrap: wrap;justify-content: center;}
.fl-cont ul li{float: left;width: 25%;}
.fl-cont ul li a{display: block;overflow: hidden;position: relative;}
.fl-cont ul li a img{width: 100%;opacity: .8;}
.fl-cont ul li a h2 { position: absolute; width: 100%; text-align: center; left: 0; top: 45%;color: #fff;font-size: 26px;transition: all .5s;}
.fl-cont ul li a .fl-js{position: absolute;width: 100%;height: 100%;background: rgb(19 73 145 / 60%);text-align: center;left: 0;top: 0;color: #fff;padding: 20px;transform: rotateY(90deg);transition: all .5s;}
.fl-cont ul li a .fl-js .cp-br{width: 100%;height: 100%;border: 1px solid #fff;padding: 0 15px;}
.fl-cont ul li a .fl-js h3 {font-size: 24px; line-height: 1;margin: 120px 0 30px;}
.fl-cont ul li a .fl-js p {font-size: 14px;line-height: 1.3;height: 80px;}
.fl-cont ul li a .fl-js span { display: inline-block;border: 1px solid #fff;line-height: 1;font-size: 15px;padding: 10px 35px;margin-top: 40px;}
.fl-cont ul li a:hover .fl-js{transform: rotateY(0deg);}
.fl-cont ul li a .fl-js span:hover{background: #fff;color: #134991;}
.fl-cont ul li a:hover h2{opacity: 0;}


@media (min-width: 992px) and (max-width: 1200px){
  
  
  .fl-cont ul li a .fl-js h3{margin: 66px 0 20px;}
  .fl-cont ul li a h2{top: 45%;}
  
}

@media (max-width: 992px) {

  
  .fl-cont ul li a h2{top: 45%;font-size: 22px;}
  .fl-cont ul li a .fl-js{padding: 10px;}
  .fl-cont ul li a .fl-js h3 { font-size: 18px;line-height: 1;margin: 60px 0 15px;}
  .fl-cont ul li a .fl-js p { font-size: 12px;line-height: 1.3;height: 80px;}
  .fl-cont ul li a .fl-js span {font-size: 12px;padding: 8px 30px;margin-top: 20px;}
  
  
  
}

@media (max-width: 767px) {
  
  .rencai {padding: 20px 0;}
  .rc-cont ul li {padding: 5px 10px;width: 50%;}
  .fl-cont ul li { width: 25%;padding: 0;}
  .fl-cont ul li a h2 { top: 40%;font-size: 14px;}
  .fl-cont ul li a .fl-js h3 {font-size: 16px;line-height: 1;margin: 20px 0 15px;}
  
  
}
 */




.fenlei{background: #eee;}

.fl-l{float: left;width: 50%;}
/* .fl-l ul{overflow: hidden;}
.fl-l ul li{float: left;width: 50%;}
.fl-l ul li .fl-box { display: flex;  position: relative; height: 250px; overflow: hidden;align-items: center;background: #222;}
.fl-l ul li .fl-box img{width: 100%;opacity: .6;}
.fl-l ul li .fl-box h3 {  position: absolute;  width: 100%; text-align: center;  left: 0;top: 45%;font-size: 30px;line-height: 1;font-weight: bold;color: #fff;}
 */
.fl-r{float: right;width: 50%;padding: 80px 50px;}

.fl-r h3{font-size: 40px;line-height: 1;color: #134991;margin-bottom: 30px;font-weight: bold;letter-spacing: 3px;}
.fl-r p {font-size: 16px;line-height: 1.5;color: #444;}

.fl-l{}
.fl-l ul {overflow: hidden;display: flex;flex-wrap: wrap;justify-content: center;}
.fl-l ul li{float: left;width: 50%;}
.fl-l ul li a{display: flex;overflow: hidden;position: relative;background: #222;height: 250px; overflow: hidden;align-items: center;}
.fl-l ul li a img{width: 100%;opacity: .8;}
.fl-l ul li a h2 { position: absolute; width: 100%; text-align: center; left: 0; top: 45%;color: #fff;font-size: 26px;transition: all .5s;}
.fl-l ul li a .fl-js{position: absolute;width: 100%;height: 100%;background: rgb(19 73 145 / 60%);text-align: center;left: 0;top: 0;color: #fff;padding: 20px;transform: rotateY(90deg);transition: all .5s;}
.fl-l ul li a .fl-js .cp-br{width: 100%;height: 100%;border: 1px solid #fff;padding: 0 15px;}
.fl-l ul li a .fl-js h3 {font-size: 24px; line-height: 1;margin: 40px 0 20px;}
.fl-l ul li a .fl-js p {font-size: 14px;line-height: 1.3;height: 80px;}
.fl-l ul li a .fl-js span { display: inline-block;border: 1px solid #fff;line-height: 1;font-size: 15px;padding: 10px 35px;margin-top: 10px;}
.fl-l ul li a:hover .fl-js{transform: rotateY(0deg);}
.fl-l ul li a .fl-js span:hover{background: #fff;color: #134991;}
.fl-l ul li a:hover h2{opacity: 0;}


@media (min-width: 992px) and (max-width: 1200px){
  

  
}

@media (max-width: 992px) {


  
  
  
}

@media (max-width: 767px) {

  .fl-l{float: none;width: 100%}
  .fl-r{float: none;width: 100%;padding: 30px 20px;}
  .fl-r h3{font-size: 26px;margin-bottom: 20px;}
  
}












.chanpin{padding: 50px 0;background: #fafafa;}



.cp-cont{}
.cp-cont ul{overflow: hidden;}
.cp-cont ul li{float: left;width: 25%;padding: 10px;}
.cp-cont ul li a{display: block;}
.cp-cont ul li a .cp-img { height: 240px;overflow: hidden; border: 1px solid #ddd; display: flex;align-items: center;}
.cp-cont ul li a .cp-img img{width: 100%;min-height: 100%;transition: all .5s;}
.cp-cont ul li a p {text-align: center; font-size: 16px;  line-height: 1; color: #444;margin-top: 10px;}
.cp-cont ul li a:hover p{color: #134991;}
.cp-cont ul li a:hover .cp-img img{transform: scale(1.1);}


@media (min-width: 992px) and (max-width: 1200px){
  
  .cp-cont ul li a .cp-img{height: 180px;}
  
  
  
}

@media (max-width: 992px) {

  .chanpin {padding: 30px 0;}
  .cp-bt hr{margin: 10px auto;}
  .cp-bt p{font-size: 13px;}
  .cp-bt{margin-bottom: 15px;}
  
  .cp-cont ul li{padding: 5px;}
  .cp-cont ul li a .cp-img{height: 140px;}
  .cp-cont ul li a p{font-size: 13px;margin-top: 5px;}
  
  
  
}

@media (max-width: 767px) {
  
  .cp-bt{padding: 0 15px;}
  .cp-bt h3{font-size: 20px;}
  .cp-bt p {font-size: 12px;line-height: 1.2;}
  
  .cp-cont ul {padding: 0 10px;}
  .cp-cont ul li{width: 50%;}
  .cp-cont ul li a .cp-img {height: 130px;}
  

}




/* 关于我们 */
.gywm-bg{background: url(../images/bg5.jpg)no-repeat center;padding-top: 80px;}
.gywm{padding: 80px 0 0;}

.gy-img {float: left;width: 40%; overflow: hidden;display: flex;align-items: center;}
.gy-img img{}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{width: 100%;}

.gywm-nr{float: right;width: 56%;}
.gy-bt{margin-bottom: 15px;}
.gy-bt h3 {color: #134991;font-size: 40px;line-height: 1;letter-spacing: 1px;font-weight: bold;}
.gy-bt h3 span { text-transform: uppercase;color: #aaa;display: inline-block;font-size: 25px;}
.gy-bt hr {border-top: 2px solid #134991;width: 60px;}
.gy-txt{}

.gy-ad{margin-bottom: 20px;}
.gy-ad span {display: block;font-size: 20px;line-height: 1.5; font-weight: bold;color: #000;}


.gy-txt p span{font-size: 15px !important; line-height: 1.5 !important; color: #444;}
.gy-btn {margin-top: 20px;}
.gy-btn a { display: inline-block;font-size: 15px;text-transform: uppercase; color: #c50000;border: 2px solid #c50000;line-height: 1;padding: 11px 30px;border-radius: 3px;transition: all .5s;}
.gy-btn a:hover{background: #c50000;color: #fff;}

@media (min-width: 992px) and (max-width: 1200px){
  
  .gy-txt p { font-size: 14px;line-height: 1.4;color: #444;}
  
  
}

@media (max-width: 992px){
  
  .gywm-bg{padding-top: 50px;}
  .gywm { background: none; padding: 0;}
  .gywm-nr {float: none;width: 100%;background: #fff; padding: 20px;}
  
  
}

@media (max-width: 767px){
  
  .gywm-bg {padding-top: 120px;}
 
  
  .gy-img{float: none;width: 100%;padding: 0 15px;margin-bottom: 20px;height: auto;}
  
  .gy-bt h3{font-size: 20px;}
  .gywm-nr{padding: 15px;float: none;width: 100%;}
  .gy-txt p{font-size: 13px;line-height: 1.3;}
  .gy-btn a{font-size: 12px;padding: 10px 30px;}
  
  
}






/* 新闻 */
/* .xinw{padding: 50px 0;}

.xinw-bt{margin-bottom: 30px;}
.xinw-bt .bt-txt {float: left;width: 30%;padding-left: 20px;}
.xinw-bt .bt-txt h3 {font-size: 32px; line-height: 1;font-family: cursive; font-weight: bold; color: #222; margin-bottom: 7px;}
.xinw-bt .bt-txt .fa {color: #c50000;font-size: 24px;line-height: 1;}

.xw-nav {float: right; width: 55%; margin-top: 20px;text-align: right;}
.nav-tabs { border-bottom: none;}
.nav-tabs>li {float: left;margin-bottom: 0;}
.nav-tabs>li>a { margin-right: 0;line-height: 1;  border: none;border-radius: 0;padding: 0;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { color: #555; cursor: pointer; background-color: #fff; border: none;border-bottom-color: transparent;}
.xw-nav ul{display: inline-block;}
.xw-nav ul li{float: left;padding: 0 5px;}
.xw-nav ul li a { display: block; text-align: center;font-size: 16px;line-height: 1;padding: 15px 30px;}
.xw-nav .nav-tabs>li.active>a, .xw-nav .nav-tabs>li.active>a:focus, .xw-nav .nav-tabs>li.active>a:hover{background: #134991 url(../images/nav-h.png)no-repeat center;background-size: 90% 80%;color: #fff;}

.xinw-cont{}
.xw-list{}
.xw-list ul{overflow: hidden;}
.xw-list ul li{float: left;width: 33.333%;padding: 0 20px;}
.xw-list ul li a{display: block;}
.xw-list ul li a h5 { font-size: 16px;line-height: 1; font-weight: bold;color: #aaa;}
.xw-list ul li a hr { margin: 10px 0; border-top: 1px solid #ddd;}
.xw-list ul li a h3 { font-size: 17px; line-height: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #222;margin-bottom: 10px;}
.xw-list ul li a p { font-size: 13px; line-height: 1.4; color: #777;overflow: hidden;}
.xw-list ul li a span { width: 30px;height: 30px; border: 1px solid #ccc; display: inline-block;text-align: center; border-radius: 20px;margin-top: 15px;transition: all .5s;}
.xw-list ul li a span .fa {color: #134991;font-size: 24px;line-height: 26px;}
.xw-list ul li a:hover span { background: #134991; width: 100px;border-color: #134991;}
.xw-list ul li a:hover span .fa{color: #fff;}

.xw-list ul li a:hover h3{color: #134991;}

@media (min-width: 992px) and (max-width: 1200px){
  
  .xinw-bt .bt-txt { width: 20%;}
  
}
@media (max-width: 992px){

  .xinw-bt .bt-txt {width: 26%;}
  .xinw-bt .bt-txt h3{font-size: 24px;margin-bottom: 5px;}
  .xinw-bt .bt-txt .fa{font-size: 18px;}
  .xw-nav{margin-top: 5px;}
  .xw-nav ul li {}
  .xw-nav ul li a { font-size: 13px; padding: 12px 30px;}
  .xinw {padding: 30px 0;}
  
  .xw-list ul li{padding: 0 10px;}
  .xw-list ul li a h3{font-size: 15px;}
  .xw-list ul li a span{width: 24px;height: 24px;margin-top: 8px;}
  
  .xw-list ul li a span .fa {font-size: 20px;line-height: 22px;}
  
  
}
@media (max-width: 767px){

  .xinw {padding-bottom: 0;}
  .xinw-bt .bt-txt {float: none; width: 100%;padding: 0 15px;text-align: center;}
  .xinw-bt .bt-txt h3{font-size: 22px;}
  .xinw-bt .bt-txt .fa{display: none;}
  
  .xw-nav { float: none; width: 100%;margin-top: 15px;text-align: center;}
  .xw-list ul li { float: none; width: 100%;  padding: 0 15px;margin-bottom: 20px;}
  
} */




/*新闻*/
.xinw{padding: 80px 0;}



.xinw-box{}
.xinw-box .xw-bt{overflow: hidden;margin-bottom: 10px;padding-bottom: 4px;border-bottom: 1px solid #bbb;}
.xinw-box .xw-bt h3{float: left;font-size: 20px;}
.xinw-box .xw-bt a{float: right;}

.xinw-img{}
.xinw-img img{width: 100%;}

.xinw-box .col-md-6{padding: 0 30px;}

.news_list{padding-bottom:10px;}
.news_list li{border-bottom: 1px dashed #ddd;padding: 10px 0;margin-bottom: 6px;}
.news_date{width:60px;height:60px;background: #134991;color:#fff;float: left;padding: 10px 0;}
.news_date h5{font-size: 24px;line-height: 24px;margin: 0;font-weight: bold;}
.news_date p{margin: 0;font-size: 13px;line-height: 13px;}
.news_article{}
.news_article a{font-size: 17px;}
.news_article{margin-left: 77px;}
.news_article h5{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding: 5px 0;}
.news_article p{height:30px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;color:#999;font-size: 14px;line-height: 30px;}
@media (max-width: 992px){

}
@media (max-width: 767px){
  .xinw-box .col-md-6{margin-bottom: 20px;}
  .xinw{padding: 30px 0;}
  .xinw-box .col-md-6:last-child{display: none;}
}






.adv-bg{background: url(../images/bg9.jpg)no-repeat center fixed;padding: 50px 0;text-align: center;}

.adv-bg h5 {font-size: 22px; line-height: 1;color: #fff;}
.adv-bg h3 { color: #fff;font-size: 30px;line-height: 1; font-weight: bold;letter-spacing: 3px;margin: 20px 0 15px;}
.adv-bg p {font-size: 16px;line-height: 1;color: #134991;display: inline-block; background: #fff;border-radius: 50px;padding: 8px 30px;font-weight: bold;}
.adv-bg h4 { margin-top: 30px; font-size: 18px;color: #fff;font-weight: normal;}
.adv-bg h4 span{font-size: 28px;}






@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px) {

  .adv-bg h5{font-size: 18px;}
  .adv-bg h3{font-size: 20px;margin: 12px 0 8px;}
  .adv-bg p{font-size: 13px;}
  .adv-bg h4{margin-top: 20px;font-size: 16px;}
  .adv-bg h4 span {font-size: 22px;}
  .adv-bg{padding: 30px 0;}
  
}

@media (max-width: 767px) {
  
  .adv-bg{padding: 40px 15px;}
  .adv-bg h5 {font-size: 16px;}
  .adv-bg h3{letter-spacing: 1px;font-size: 16px;margin: 15px 0 10px;}
  .adv-bg p {  font-size: 13px;line-height: 1.3; padding: 5px 20px;}
  
  
  

}


.huanjing{padding: 80px 0 50px;}

.hj-bt{text-align: center;margin-bottom: 30px;}
.hj-bt h3 {font-size: 24px;line-height: 1; color: #134991;letter-spacing: 2px;}
.hj-bt hr {border-top: 2px solid #134991; margin: 15px auto;width: 40px;}
.hj-bt p{font-size: 15px;line-height: 1;color: #666;}


.walking{margin: 0;}
.str_wrap.str_active,.str_wrap {background: none;}
.walking .ar_1{width: 320px;height: 270px;}
.walking .ar_1 .item{height: 240px;}
.walking .ar_1 .item img{height: 100%;transition: all .5s;}
.walking .ar_1 p{height: 30px;line-height: 30px;background: none;color: #444;font-size: 16px;}
.walking .ar_1:hover .item img{transform: scale(1.1);}
.walking .ar_1:hover p{color: #134991;}

@media (min-width: 992px) and (max-width: 1200px){
  
}

@media (max-width: 992px) {

  
  .huanjing {padding: 30px 0;}
  .hj-bt {margin-bottom: 10px;}
  
  .walking .ar_1{height: 200px;width: 220px;}
  .walking .ar_1 .item {height: 170px;}
  .walking .ar_1 p{font-size: 14px;}
  
}

@media (max-width: 767px) {
  
  .walking .ar_1{width: 160px;height: 150px;}
  .walking .ar_1 .item {height: 120px;}
  .walking .ar_1 p {font-size: 13px;}
  
  
}





.lxwm{background: url(../images/bg9.jpg)no-repeat center;padding: 50px 0;}

.lx-bt{text-align: center;margin-bottom: 50px;}
.lx-bt h3{font-size: 30px;line-height: 1;font-weight: bold;color: #fff;letter-spacing: 3px;}
.lx-bt h5 { font-size: 20px; color: rgb(255 255 255 / 50%);text-transform: capitalize; line-height: 1;margin-top: 5px;}
.lx-bt hr{border-top: 1px solid rgb(255 255 255 / 50%);}

.lx-cont{}

.lx-left{float: left;width: 52%;}
.lx-left p {color: #fff;font-size: 16px;line-height: 1.5;}
.lx-left p span {display: inline-block; width: 80px;text-align: justify;text-align-last: justify;}
.lx-ewm {overflow: hidden;margin-top: 30px;}
.lx-ewm .ewm-box{float: left;margin-right: 20px;}
.lx-ewm .ewm-box img{width: 120px;display: block;}
.lx-ewm .ewm-box h5 { text-align: center; color: #fff; font-size: 15px;line-height: 1;margin-top: 6px;}


.lx-right{float: right;width: 40%;}
.lx-right h3 {font-size: 20px; line-height: 1;color: #fff;margin-bottom: 10px;border-bottom: 1px solid rgb(255 255 255 / 40%);padding-bottom: 5px;}
.lx-right h3 span {display: inline-block;font-size: 18px;margin-left: 5px; font-style: italic;}
.lx-right .mess_list {overflow: hidden;margin-bottom: 20px;border-bottom: none;padding-bottom: 0;}
.lx-right .mess_list .mess_title { width: 100%; font-size: 14px; text-align: left; line-height: 35px;float: none;color: #fff;display: none;}
.lx-right .mess_list .mess_input { width: 100%;float: left;}
.lx-right .mess_list .mess_textarea { width: 100%;float: left;}
.lx-right .mess_list .form-control {width: 100%;height: 40px;font-size: 15px;background: #ffffff26; border-radius: 2px;border: 2px solid #fff;color: #fff;}
.lx-right .mess_list textarea.form-control{height: 90px;}

.lx-right .mess_submit{margin-left: 0;margin-top: 15px;}
.lx-right .mess_submit input[type=button] { background: #c50000;color: #fff;font-size: 15px;line-height: 1; padding: 10px 0;width: 100%;border-radius: 50px;border: 2px solid #fff;}
.lx-right .mess_submit input[type=button]:hover {background: #134991;border-color: #fff;border: 2px solid #fff;}

.lx-right .mess_list .form-control::-webkit-input-placeholder{color: #eee;}



@media (min-width: 992px) and (max-width: 1200px){
  
  .lx-left{width: 60%;padding-top: 0;}
  
  
}
@media (max-width: 992px){

  .lxwm{padding: 30px 0;}
  .lx-bt h3{font-size: 24px;}
  .lx-bt h5{font-size: 16px;}
  .lx-bt hr{margin: 10px 0;}
  .lx-bt {margin-bottom: 20px;}
  .lx-left { float: none;width: 100%; padding-top: 0;}
  .lx-left p{font-size: 13px;}
  .lx-ewm { overflow: hidden;margin-top: 30px;display: inline-block;}
  .lx-ewm .ewm-box {margin: 0 10px;}
  
  
  .lx-right{display: none;}
  
}
@media (max-width: 767px){

  .lxwm {padding: 30px 15px;}
  .lx-bt h3 {font-size: 18px;}
  .lx-bt h5 { font-size: 14px;}
  .lx-ewm{margin-top: 20px;}
  .lx-ewm .ewm-box img{width: 90px;}


  .lx-left p span{width: 66px;}
  .lx-left p {font-size: 12px;}
  
  
  
}







.f-two {background: #072c5c;padding: 15px 0;}
p.copyright {  font-size: 15px; line-height: 1.3;color: #fff;text-align: center; }

.police {color: #fff; text-align: center; font-size: 13px;line-height: 1;margin-top: 5px;}
.police a:hover{color: #84bcff;}

.footer{display: none;}
@media (max-width: 768px){
/*手机底部菜单*/
.footers { display:none}
.footer {background: #21272f;display: -webkit-box;width: 100%;margin-top: 6px;background-size: 9px 128px;position: fixed;z-index: 110;bottom: 0;left: 0; display:block; line-height:45px;}
.footer a {-webkit-box-flex: 1;display: -webkit-box;color: #fff; display:inline-block; width:32%;font: 100 16px/35px "微软雅黑";height: 35px; line-height:35px; text-align:center;}
.footer a i { padding-right:5px;}
.hr { height:45px;}
}





/* 内页 */
.page-body { margin: 20px auto 50px;}
.left_menu {float: none;width: 100%;padding: 0;}
.page-body .col-md-9{float: none;width: 100%;padding: 0;margin-top: 20px;}


/* 左侧菜单 */
.page-body .sec-bt{background: linear-gradient(0deg, #134991, #499dff);  padding: 15px 0; border-top-left-radius: 10px;border-top-right-radius: 10px;}
.page-body .sec-bt h3 {color: #fff;font-size: 30px;line-height: 1; text-align: center;letter-spacing: 1px;}
.page-body .sec-bt h5 {text-align: center;font-size: 16px;line-height: 1; color: rgb(255 255 255 / 50%); margin-top: 6px;text-transform: capitalize;font-style: italic;}
.page-body .sec-tit { margin-top: 15px;background: #134991; height: 50px; line-height: 1; border: none;}
.sec-tit h2 { float: none;  margin-top: 0; margin-bottom: 0;height: auto; line-height: 50px; font-weight: normal; font-size: 20px; color: #fff; border-bottom: none; text-align: center;}

.page-l-clist{border: none;margin-top: 3px;}
.page-l-clist ul {padding: 0;border: none;overflow: hidden;border-bottom: 1px solid #ddd;}
.page-l-clist li.layer1 { height: auto;line-height: 1;text-align: left; font-size: 16px; border-bottom: none;z-index: 1;float: left;padding: 5px 10px 0 0;}
/* .page-l-clist li.layer1 a {display: block;overflow: hidden;border: none;background: none; font-size: 14px;line-height: 1;padding: 12px 25px;border-radius: 3px;border-radius: 50px;background: #fafafa;} */
.page-l-clist li.layer1 a {display: block;overflow: hidden;border: none;background: none; font-size: 16px;line-height: 1;padding: 0 10px 10px; border-bottom: 2px solid transparent; }

/* .page-l-clist li a:hover {height: auto;color: #fff; background: #134991;}
.page-l-clist li.layer1.on a{height: auto;color: #fff; background: #134991;} */
.page-l-clist li a:hover{  border-bottom: 2px solid #134991;  color: #134991;border-radius: 0;font-weight: bold;height: auto;}
.page-l-clist li.layer1.on a {  border-bottom: 2px solid #134991;  color: #134991;border-radius: 0;font-weight: bold;}

.page-l-clist li .layer2 { position: absolute;left: 100%; top: 0px; width: 210px; padding: 0;background: #f5f5f5; z-index: 9999;}
.page-l-clist li .layer2 ul{border: none;}
.page-l-clist li .layer2 ul li {height: auto; line-height: 1; border: none;}

.left-news{border: 1px solid #134991;padding: 5px 10px;}
.left-news li {border-bottom: none;}
.left-news li a{display: block;padding: 8px 0;}
.left-news li a h5 {line-height: 1;text-align: left; font-size: 14px; overflow: hidden;text-overflow: ellipsis; white-space: nowrap;color: #555;}
.left-news li a h5 .fa{margin-right: 5px;}
.left-news li a:hover h5{color: #134991;text-decoration: underline;}
.left-news li a:hover h5 .fa{color: #134991;}

.wp-pagenavi{text-align: center;}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #222;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #134991;
    border-color: #134991;
}


.crumbs-item {line-height: 1; overflow: hidden;margin-bottom: 20px;border: none;background: #f9f9f9;padding: 15px 0;}
.crumbs-item h6 { font-size: 14px; line-height: 1;  color: #666; }
.crumbs-item h6 .fa {color: #1c57a3;font-size: 18px; margin-right: 3px;}

.page-title{margin-bottom: 20px;}
.page-title h3 { height: 32px;position: relative;  color: #fff; border-bottom: 1px solid #bbb;}
.page-title a{display: none;}
.page-title a:last-child { display: block; position: absolute; top: 0;color: #134991;font-size: 20px; font-weight: bold; border-bottom: 3px solid #134991; line-height: 1;padding-bottom: 10px;z-index: 3;}



/* 图片列表 */
.page-alist {margin-top: 0;}
.page-alist .col-md-3{margin-bottom: 15px;padding: 0 8px;}
.page-alist .col-md-3 a{display:block;box-shadow: 0 0 5px #00000040;}
.page-alist .col-md-3 a h5 { font-size: 16px;line-height: 1;height: auto;padding: 10px 0; color: #343434;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page-alist .col-md-3 a:hover h5{color: #134991;}
.page-alist .col-md-3 a .img-inner{width: auto;height: 200px;border: none;padding: 0;overflow: hidden;display: flex;padding: 5px;}
.page-alist .col-md-3 a .img-inner img{ display: inline-block; margin: auto; max-width: 100%;max-height: 100%;}
.page-alist .col-md-3 a .img-inner:hover{border: none;}
.page-alist .col-md-3 a:hover .img-inner img{transform: scale(1.1);}

.page-alist .col-md-4{margin-bottom: 15px;padding: 0 10px;}
.page-alist .col-md-4 a{display:block;border: 1px solid #ddd;}
.page-alist .col-md-4 a h5 { font-size: 16px;line-height: 1;height: auto;margin-top: 10px; color: #555;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page-alist .col-md-4 a:hover h5{color: #134991;}
.page-alist .col-md-4 a .img-inner {  width: auto;  height: 280px;  border: none; padding: 0; overflow: hidden; display: flex; flex-wrap: wrap;align-content: center;padding: 5px;}
.page-alist .col-md-4 a .img-inner img { display: inline-block; margin: auto; max-width: 100%;max-height: 100%;height: auto;}
.page-alist .col-md-4 a .img-inner:hover{border: none;}
.page-alist .col-md-4 a:hover .img-inner img{transform: scale(1.1);}


/* 新闻列表 */

.page-alist .page-adate {width: 70px;height: 65px;background: #134991; color: #fff;}

.page-alist .page-adate h3 { font-size: 28px;line-height: 1;margin-bottom: 5px;}
.page-alist .page-adate p { font-size: 14px;line-height: 1; margin-bottom: 0;}

.media-heading {margin-top: 0; margin-bottom: 5px; font-size: 18px; font-weight: normal;color: #222;}
.page-alist .page-atit p {color: #666;font-size: 14px; line-height: 1.5;}

.page-atit a:hover .media-heading{color: #134991;}

.page-alist{}
.page-alist li{padding-top: 0;margin-bottom:15px;}


.list-title{overflow: hidden;}
.list-title h3{float:left;width: 85%;font-size: 16px;line-height: 1;color: #444;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.list-title h3 .fa{margin-right: 5px;}
.list-title span { float: right; width: 15%;  font-size: 12px;text-align: right; line-height: 1; display: inline-block;color: #999;}
.list-title p.list-desc { font-size: 14px;line-height: 1;color: #777;}
.list-title p.list-desc span{color:#134991}
.list-title h3:hover{color: #134991;}


/* 详情页 */
.page-con-tit{}
.page-con-tit h1 { font-size: 20px; line-height: 1; letter-spacing: 1px; padding-bottom: 10px;}

.page-content{padding: 0 15px 15px;}
.page-content p {font-size: 15px; line-height: 1.7;  color: #444;margin-bottom: 6px;}

td, th { padding: 0; padding: 5px;font-size: 15px;line-height: 1.5;}


/* 地图 */
.page-addr{margin-top: 30px;}
.page-addr iframe{width: 100%;}

.page-content p img{max-width: 100% !important;}


.page-nav{padding: 0 10px;margin-bottom:20px;display: none;}
.page-nav ul{overflow: hidden;}
.page-nav ul li{float: left;width: 33.3333%;text-align: center;margin-bottom: 10px;padding: 0 5px;}
.page-nav ul li a {display: block;font-size: 15px;line-height: 1;  background: #eee;padding: 15px 0;}
.page-nav ul li a:hover {  background: #134991; color: #fff;}
.page-nav ul li.now a{  background: #134991; color: #fff;}


@media (min-width: 992px) and (max-width: 1200px){
  
}
@media (max-width: 992px){

  .page-body .col-md-9{float: none;width: 100%;padding: 0;}
  
  .page-alist .col-md-4 {  margin-bottom: 15px; padding: 0 8px; float: left; width: 33.3333%;}
  .page-alist .col-md-4 a .img-inner{height: 170px;}
  
  .page-alist .col-md-3 {margin-bottom: 15px; float: left;width: 25%;}
  .page-alist .col-md-3 a .img-inner{height: 170px;}
  
  .news_alist li a{padding:15px;}
  .news_alist li a p.description {font-size: 13px; line-height: 1.5;color: #777;}
  
  .page-nav{display: block;}
  
}
@media (max-width: 767px){

  .page-body {margin: 10px auto 50px;}
  
  .page-alist{padding: 0 10px;}
  .page-alist .col-md-4{padding: 0 5px;}
  
  .img-inner { height: 120px;}
  
  .page-alist .col-md-4 { margin-bottom: 10px;width: 50%;}
  .page-alist .col-md-4 a .img-inner {height: 140px;padding: 3px;}
  .page-alist .col-md-4 a h5{font-size: 14px;}
  
  .page-alist .col-md-3 {margin-bottom: 15px;float: left; width: 50%;}
  .page-alist .col-md-3 a h5 {font-size: 14px; padding: 10px 0;}
  
  .list-title h3{font-size: 14px;width: 80%;}
  .list-title span{width: 20%;}
  
 
  .page-alist .page-adate h3{font-size: 24px;margin-top: 10px;}
  .page-alist .page-adate p{font-size: 13px;}
  
  .page-alist .page-atit p { color: #666; font-size: 13px;line-height: 1.5;height: 4rem;}
  
  .page-con-tit h1 { font-size: 18px;  line-height: 1;letter-spacing: 0;padding-bottom: 10px;}
  
  .page-nav ul li{width: 50%;}
  .page-nav ul li a {font-size: 12px; padding: 10px 0;}
  
  .page-title{display: none;}
  
  .news_alist li a { padding: 10px;}
  
  .page-content p { font-size: 13px;  line-height: 1.5;color: #444;margin-bottom: 5px;}
  
  
  .crumbs-item h6{font-size: 12px;}
  
  
}

